'Declaration Public Function FindExecutor<TExecutor type.>() As T (Of TExecutor type.As PdfActionExecutorBase)
public T FindExecutor<T>() where T: PdfActionExecutorBase
public: T* FindExecutor<T>() where T: PdfActionExecutorBase*
generic<typename T> public:
T^ FindExecutor() where T: PdfActionExecutorBase^
Type Parameters
- T
- Executor type.
Return Value
Объект "Исполнитель действий", если найден; в противном случае null.